home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / mubmp200.zip / INST16 / MULTISAV.DFM / MULTISAV.txt
Text File  |  1996-03-25  |  1KB  |  77 lines

  1. object MCMultiBitmapSaveDialog: TMCMultiBitmapSaveDialog
  2.   Left = 314
  3.   Top = 26
  4.   Width = 231
  5.   Height = 287
  6.   Caption = 'SmartSaver'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 14
  14.   object Label1: TLabel
  15.     Left = 16
  16.     Top = 16
  17.     Width = 140
  18.     Height = 14
  19.     Caption = 'Filename base (max 4 chars)'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 16
  23.     Top = 40
  24.     Width = 121
  25.     Height = 14
  26.     Caption = 'Directory to store files in:'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 16
  30.     Top = 168
  31.     Width = 34
  32.     Height = 14
  33.     Caption = 'Drives:'
  34.   end
  35.   object BaseEdit: TEdit
  36.     Left = 168
  37.     Top = 13
  38.     Width = 41
  39.     Height = 21
  40.     TabOrder = 0
  41.     Text = 'IMAG'
  42.   end
  43.   object DirListBox: TDirectoryListBox
  44.     Left = 16
  45.     Top = 56
  46.     Width = 193
  47.     Height = 97
  48.     ItemHeight = 16
  49.     TabOrder = 1
  50.   end
  51.   object DriveComboBox1: TDriveComboBox
  52.     Left = 16
  53.     Top = 184
  54.     Width = 193
  55.     Height = 20
  56.     DirList = DirListBox
  57.     TabOrder = 2
  58.   end
  59.   object OKBtn: TBitBtn
  60.     Left = 16
  61.     Top = 224
  62.     Width = 89
  63.     Height = 27
  64.     TabOrder = 3
  65.     OnClick = OKBtnClick
  66.     Kind = bkOK
  67.   end
  68.   object CancelBtn: TBitBtn
  69.     Left = 120
  70.     Top = 224
  71.     Width = 89
  72.     Height = 27
  73.     TabOrder = 4
  74.     Kind = bkCancel
  75.   end
  76. end
  77.